home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2005 January
/
EnterCD 0105.iso
/
Grafika
/
DigiBookShelf 11.0
/
D110TRENG.EXE
/
HELP
/
regist.swf
/
scripts
/
frame_60
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-09-21
|
350 b
|
19 lines
this.stop();
if(_root.is_connect == 1)
{
if(!load_state)
{
swf_url = "http://www.kuraemon.com/software/regist/" + productid;
loadMovie(swf_url,_root.baseMC.targetMC);
load_state = true;
}
}
else if(_root.is_connect == "")
{
load_state = false;
}
else if(_root.is_connect == 0)
{
this.nextFrame();
}